* {
    margin: 0;
    padding: 0;
}

#zxgl {
    background: #f3f3f3;
}

#zxgl div {
    transition: all .3s
}

#zxgl img {
    width: 100%;
    vertical-align: middle
}

.zxgl {
    width: 72%;
    margin: 0 auto;
}

.zxgl_top {
    box-sizing: border-box;
    padding: 1% 0;
}

.zxgl_top ul {
    list-style: none;
    font-size: .58rem;
    color: #e8b578;
}

.zxgl_top ul::after {
    content: '';
    display: block;
    clear: both;
}

.zxgl_top ul li {
    float: left;
}

.zxgl_top ul li a {
    color: #444444;
    text-decoration: none;
    transition: all .4s;
}

.zxgl_top ul li a:hover {
    color: #e8b578;
    transition: all .4s;
}

.zxgl::after {
    content: '';
    display: block;
    clear: both;
}

.zxgl_left {
    width: 68%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 2%
}

.zxgl_list {
    display: flex;
    margin-top: 2.4%;
    background: #fff;
    box-sizing: border-box;
    padding: 1.5%;
}

.zxgl_list:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
}

.zxgl_list_img {
    width: 35%;
    height: 7.15rem;
    overflow: hidden;
}

.zxgl_list_cont {
    width: 65%;
    box-sizing: border-box;
    padding: 1.4% 2%;
    font-size: .58rem;
    color: #444444;
    position: relative;
}

.zxgl_list_cont a.first {
    font-size: .7rem;
    font-weight: 700;
    color: #333333;
    text-decoration: none;
    box-sizing: border-box;
    padding-bottom: 0.6%;
    transition: all .4s;
    letter-spacing: 1px
}

.zxgl_list_cont a.first:hover {
    color: #e8b578;
    transition: all .4s
}

.zxgl_list_cont p {
    line-height: 22px;
    letter-spacing: 1.5px
}

.zxgl_list_cont a.last {
    color: #444444;
    display: inline-block;
    box-sizing: border-box;
    padding: .8% 4%;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    transition: all .3s
}

.zxgl_list_cont a.last:hover {
    color: #e8b578;
    border: 1px solid #e8b578;
    transition: all .3s
}

.zxgz_right {
    float: right;
    width: 30%;
    text-align: center;
}

.zxgz_right .form {
    background: #fff;
    box-sizing: border-box;
    padding: 6% 5.2%;
}

.zxgz_right .form .title {
    font-size: .74rem;
    line-height: 1.1rem;
    color: #fff;
    background: #666;
    box-sizing: border-box;
    padding: 4% 0;
    border-radius: 4px
}

.zxgz_right .form form .first {
    display: flex;
    justify-content: space-between;
}

.zxgz_right .form form .first select {
    width: 29%;
    box-sizing: border-box;
    padding: 1.6% 2% 2%;
    border-radius: 4px;
    outline: none;
    margin-top: 7%
}

.zxgz_right .form form .last select {
    width: 46.5%;
    box-sizing: border-box;
    padding: 1.6% 2% 2%;
    border-radius: 4px;
    outline: none;
    margin-top: 7%
}

.zxgz_right .form form .last select:first-child {
    margin-right: 4%
}

.zxgz_right .form form input {
    width: 99%;
    box-sizing: border-box;
    padding: 3.2% 2% 3.2%;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    outline: none;
    margin-top: 7%
}

.zxgz_right .form form input[type=button] {
    border: none;
    color: #fff;
    background: #e8b578;
    transition: all .3s
}

.zxgz_right .form form input[type=button]:hover {
    background: #e29b45;
    cursor: pointer;
    transition: all .3s
}

.szgl_gltj {
    box-sizing: border-box;
    padding: 6% 5.2%;
    text-align: left;
    background: #ffffff;
    margin-top: 7%
}

.szgl_gltj_title {
    font-size: .78rem;
}

.szgl_gltj_list {
    display: flex;
    align-items: center;
    font-size: .54rem;
    margin-top: 4%;
    transition: all .4s
}

.szgl_gltj_list:hover {
    background: #f3f3f3;
    transition: all .4s
}

.szgl_gltj_list_left {
    width: 35%;
    height: 3rem;
    overflow: hidden;
}

.szgl_gltj_list_cont {
    width: 65%;
    box-sizing: border-box;
    padding: 0 4%;
    color: #555
}

.szgl_gltj_list_cont a {
    color: #333;
    text-decoration: none;
    font-size: .7rem;
    display: block;
    box-sizing: border-box;
    padding-bottom: 2%;
}